.aiFooterBox {
  width: 100%;
  height: 200px;
  background-color: #000;
}

.aiFooterCont {
  width: 60%;
  margin: 0 auto;
  padding-top: 50px;
}

.aiFooterContTop {
  color: #fff;
  display: flex;
  position: relative;
  align-items: center;
  padding-bottom: 25px;
}
.friendlyBox{
  display: flex;
}
.aiFooterContTop .lf {
  font-size: 18px;
  flex: 1;
}

.qrcodeCont {

  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.aiFooterContTop .rt {
  font-size: 14px;
  position: relative;
  top: 2px;
}

.aiFooterContTop .rt span {
  margin-left: 20px;
}

.aiFooterContTop .rt span a {
  color: #fff;
}

.aiFooterContTop {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.aiFooterContBot {
  display: flex;
  padding-top: 25px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.aiFooterContBot .lf {
  flex: 1;
}

.aiFooterContBot .rt {
  display: inline-flex;
  align-items: center;
}

.beian {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.sectionContLang {
  text-align: center;
  line-height: 1.2;
}

.footNormal .aiFooterContTop {
  display: block;
}

.weibo_img,
.gzh_img {
  width: 70px;
  height: 70px;
}

.footer_span {
  font-size: 14px;
  color: #fff;
  margin-bottom: 28px;
  display: inline-block;
  min-width: 72px;
}

.footNormal .aiFooterContTop {
  display: block;
}

.hidden {
  opacity: 0;
}

.footRight {
  flex: 1;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.footer_flex {
  display: inline-flex;
  justify-content: center;
}

.footQrcode {
  justify-content: space-between;
}

.aiFooterBox.footNormal {
  height: fit-content;
}

.footNormal .aiFooterCont {
  padding-top: 50px;
}
.fridBoxL{
 display: flex;
}
.footLtBox {}

.footRtBox {
  display: inline-flex;
}

.footQrcode:last-child {
  margin-left: 70px;
}

.aboutUrl {
  display: flex;
}

.aiFooterContTop label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}

.aiFooterContTop label,
.aboutUrl a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.aboutUrl a {
  min-width: 84px;
  text-decoration: none;
  margin-bottom: 20px;
  margin-left: 60px;
  height: 30px;
  display: inline-block;
}

.footImg {
  margin-bottom: 15px;
}

.aiFooterBox.footNormal .aiFooterContBot {
  padding-top: 0;
  align-items: center;
  padding: 20px 0;
}

.aiFooterBox.footNormal .aiFooterContBot p {
  margin: 0;
}

.aiFooterBox.footNormal .aiFooterCont {
  height: 100%;
}

.aiFooterBox.footNormal .aiFooterContTop {
  padding-bottom: 22px;
}

.aiFooterBox.footNormal .aiFooterCont {
  width: auto;
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
}

.aiFooterBox.footNormal .logoBotIcon {
  width: 180px;
}

.aiFooterBox.footNormal .minLogoBotIcon {
  width: 130px;
}
.aiFooterBox.de .minLogoBotIcon,
.aiFooterBox.es .minLogoBotIcon,
.aiFooterBox.fr .minLogoBotIcon{
  width: 150px;
}
.aiFooterBox.footNormal .bigLabel {
  display: inline-flex;
  flex-direction: column;
}

.aiFooterBox.footNormal .smallLabel {
  display: none;
}

.offsiteLinks,
.friendshipLinks{
  display: none;
}

@media screen and (max-width: 1100px) {
  .aiFooterBox.footNormal .aiFooterCont {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footNormal .aiFooterCont {
    padding-top: 30px;
  }
}

@media screen and (max-width: 900px) {
  .aboutUrl a {
    margin-left: 20px;
  }

  .footQrcode:last-child {
    margin-left: 30px;
  }
}

@media screen and (max-width: 600px) {
  .footRtBox {
    justify-content: space-around;
  }

  .footQrcode:last-child {
    margin-left: 0px;
  }

  .rgt {
    margin-left: 0;
  }

  .aboutUrl a {
    margin-left: 10px;
  }

  .aiFooterBox.footNormal .minLogoBotIcon {
    width: 105px;
  }

  .weibo_img,
  .gzh_img {
    width: 52px;
    height: 52px;
  }

  .aiFooterBox.footNormal .smallLabel {
    display: block;
  }

  .aiFooterContTop label,
  .aboutUrl a,
  .footer_span {
    font-size: 13px;
  }

  .footRight {
    flex-direction: column;
    justify-content: space-between;
  }

  .footer_flex {
    margin-left: 0;

  }

  .footRight .footer_flex:first-child {
    display: none;
  }


  .aiFooterBox.footNormal .aiFooterCont {
    padding-left: 5%;
    padding-right: 5%;
  }

  .aiFooterBox.footNormal {
    height: fit-content;
  }

  .aiFooterBox.footNormal .aiFooterContBot .lf {
    flex: 0;
    margin-bottom: 15px;
  }

  .aiFooterContBot,
  .footCont {
    flex-direction: column;
  }

  .aiFooterBox.footNormal .aiFooterContBot {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .aiFooterBox.footNormal .aiFooterCont {
    width: auto;
    max-width: 1160px;
  }

  .footImg {
    margin-bottom: 30px;
  }

  .footNormal .aiFooterCont {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .friendlyBox{
    flex-direction: column;
  }
}